xend: Properly save/restore vnc/vfb configuration
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:23:38 +0000 (11:23 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 31 Mar 2009 10:23:38 +0000 (11:23 +0100)
commitceb97ddf1c262ba0b237779c544511918c5240dd
tree910faf219d6a5d1f2bbfa6afb698e8dec3fbdb68
parentda2c44502457ff12405934742363102bbc281602
xend: Properly save/restore vnc/vfb configuration

In 19284:0942BAA2A088 provision was made for running vnc and sdl
simultaneously.  However, arrangements for saving and restoring the
new structure-configuration, and arrangements for allowing the new
code to load old savefiles, were not made.

This patch adds these facilities.  Amongst other things, HVM VNC
save/restore will now work properly again.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/server/vfbif.py